home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 127 / PC Guia 127.iso / Software / Produtividade / OpenOffice.org 2.0.1 / openofficeorg1.cab / System.xcs < prev    next >
Extensible Markup Language  |  2005-11-16  |  1KB  |  45 lines

  1. <?xml version='1.0' encoding='UTF-8'?>
  2.  
  3. <oor:component-schema oor:name="System" oor:package="org.openoffice" xml:lang="en-US" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  4.  
  5.     <info>
  6.  
  7.         <desc>Contains preferences which are dynamically read from the system like UI locales.</desc>
  8.     </info>
  9.     <component>
  10.  
  11.         <group oor:name="L10N">
  12.  
  13.             <info>
  14.  
  15.                 <desc>Contains localization settings</desc>
  16.             </info>
  17.             <prop oor:name="Locale" oor:type="xs:string">
  18.  
  19.                 <info>
  20.  
  21.                     <desc>Contains the user's desktop locale setting if available.</desc>
  22.                 </info>
  23.                 <value/>
  24.             </prop>
  25.             <prop oor:name="UILocale" oor:type="xs:string">
  26.  
  27.                 <info>
  28.  
  29.                     <desc>Contains the user's desktop UI language setting if available.</desc>
  30.                 </info>
  31.                 <value/>
  32.             </prop>
  33.             <prop oor:name="SystemLocale" oor:type="xs:string">
  34.  
  35.                 <info>
  36.  
  37.                     <desc>Contains the system's default locale setting if available.</desc>
  38.                 </info>
  39.                 <value/>
  40.             </prop>
  41.         </group>
  42.     </component>
  43. </oor:component-schema>
  44.  
  45.